﻿2026-06-04T00:32:46.3668795Z ##[group]Run actions/checkout@v4
2026-06-04T00:32:46.3670277Z with:
2026-06-04T00:32:46.3671028Z   repository: SaberMage/spt-core
2026-06-04T00:32:46.3678639Z   token: ***
2026-06-04T00:32:46.3679369Z   ssh-strict: true
2026-06-04T00:32:46.3680104Z   ssh-user: git
2026-06-04T00:32:46.3680849Z   persist-credentials: true
2026-06-04T00:32:46.3681658Z   clean: true
2026-06-04T00:32:46.3682490Z   sparse-checkout-cone-mode: true
2026-06-04T00:32:46.3683452Z   fetch-depth: 1
2026-06-04T00:32:46.3684169Z   fetch-tags: false
2026-06-04T00:32:46.3684909Z   show-progress: true
2026-06-04T00:32:46.3685666Z   lfs: false
2026-06-04T00:32:46.3686362Z   submodules: false
2026-06-04T00:32:46.3687143Z   set-safe-directory: true
2026-06-04T00:32:46.3688392Z ##[endgroup]
2026-06-04T00:32:47.0034816Z Syncing repository: SaberMage/spt-core
2026-06-04T00:32:48.0099075Z ##[group]Getting Git version info
2026-06-04T00:32:48.0099771Z Working directory is 'D:\a\spt-core\spt-core'
2026-06-04T00:32:48.0100649Z [command]"C:\Program Files\Git\bin\git.exe" version
2026-06-04T00:32:48.0101212Z git version 2.54.0.windows.1
2026-06-04T00:32:48.0102614Z ##[endgroup]
2026-06-04T00:32:48.0107731Z Temporarily overriding HOME='D:\a\_temp\94904a18-0a7b-4f12-9ddc-7774e46cf027' before making global git config changes
2026-06-04T00:32:48.0108503Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T00:32:48.0109141Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\spt-core\spt-core
2026-06-04T00:32:48.0109988Z Deleting the contents of 'D:\a\spt-core\spt-core'
2026-06-04T00:32:48.0110496Z ##[group]Initializing the repository
2026-06-04T00:32:48.0110896Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\spt-core\spt-core
2026-06-04T00:32:48.0111375Z Initialized empty Git repository in D:/a/spt-core/spt-core/.git/
2026-06-04T00:32:48.0117486Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/SaberMage/spt-core
2026-06-04T00:32:48.0118554Z ##[endgroup]
2026-06-04T00:32:48.0118921Z ##[group]Disabling automatic garbage collection
2026-06-04T00:32:48.0119323Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2026-06-04T00:32:48.0120079Z ##[endgroup]
2026-06-04T00:32:48.0120403Z ##[group]Setting up auth
2026-06-04T00:32:48.0120843Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T00:32:48.0122103Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T00:32:49.0226073Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T00:32:49.0228809Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T00:32:49.5682459Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T00:32:49.6033876Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T00:32:50.3891311Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T00:32:50.4332836Z ##[endgroup]
2026-06-04T00:32:50.4370985Z ##[group]Fetching the repository
2026-06-04T00:32:50.4582625Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0067170f7f1b96c3b651065e354aad0f6568abc8:refs/remotes/origin/dev-freeform
2026-06-04T00:32:51.4827080Z From https://github.com/SaberMage/spt-core
2026-06-04T00:32:51.4869033Z  * [new ref]         0067170f7f1b96c3b651065e354aad0f6568abc8 -> origin/dev-freeform
2026-06-04T00:32:51.5493935Z ##[endgroup]
2026-06-04T00:32:51.5519575Z ##[group]Determining the checkout info
2026-06-04T00:32:51.5702200Z ##[endgroup]
2026-06-04T00:32:51.5704986Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable
2026-06-04T00:32:51.6612255Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T00:32:51.7078635Z ##[group]Checking out the ref
2026-06-04T00:32:51.7097228Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T00:32:51.8135810Z Switched to a new branch 'dev-freeform'
2026-06-04T00:32:51.8162696Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T00:32:51.8385428Z ##[endgroup]
2026-06-04T00:32:51.8967296Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H
2026-06-04T00:32:51.9201514Z 0067170f7f1b96c3b651065e354aad0f6568abc8
